/* ****vinter——www.yisiy.com**** */

@charset "utf-8";
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div {margin: 0;padding: 0;border: 0;box-sizing: border-box;}

body {
    height: 100%;background: #fff;color: #333;
    font-family: Microsoft Yahei;
}

h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
ul,ol {list-style-type: none;}
ol,ul,li {list-style: none;}
select,input,img,select {vertical-align: middle;}
b,i,address,cite,code,em,th {font-weight: normal;font-style: normal;}
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}


*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}

/* 阻止windows Phone 的默认触摸事件 */
/* html{ touch-action: none;-ms-touch-action: none;-moz-touch-action: none;-o-touch-action: none;-webkit-touch-action: none;} */
table {border-collapse: separate;border-spacing: 0}
input, textarea {-webkit-appearance: none;border-radius: 0}

img{border:0;vertical-align: middle;}

#topcontrol{
	z-index: 999;
}